2004-06-22 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktextview.c (gtk_text_view_class_init): Improve docs
+ for the ::move_cursor signal.
+
* gtk/gtkaccelmap.c (_gtk_accel_path_is_valid): Accept
"<WINDOWTYPE>" as a valid accel path. (#144427, Philip
Kendall)
2004-06-22 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktextview.c (gtk_text_view_class_init): Improve docs
+ for the ::move_cursor signal.
+
* gtk/gtkaccelmap.c (_gtk_accel_path_is_valid): Accept
"<WINDOWTYPE>" as a valid accel path. (#144427, Philip
Kendall)
2004-06-22 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktextview.c (gtk_text_view_class_init): Improve docs
+ for the ::move_cursor signal.
+
* gtk/gtkaccelmap.c (_gtk_accel_path_is_valid): Accept
"<WINDOWTYPE>" as a valid accel path. (#144427, Philip
Kendall)
2004-06-22 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktextview.c (gtk_text_view_class_init): Improve docs
+ for the ::move_cursor signal.
+
* gtk/gtkaccelmap.c (_gtk_accel_path_is_valid): Accept
"<WINDOWTYPE>" as a valid accel path. (#144427, Philip
Kendall)
* @extend_selection: %TRUE if the move should extend the selection
*
* The ::move-cursor signal is a keybinding signal which gets emitted
- * when the user initiates a cursor movement. Applications should not
- * use it.
+ * when the user initiates a cursor movement.
+ *
+ * Applications should not connect to it, but may emit it with
+ * g_signal_emit_by_name() if they need to control scrolling
+ * programmatically.
+ *
*/
signals[MOVE_CURSOR] =
g_signal_new ("move_cursor",